type reflect.uncommonType
7 uses
reflect (current package)
type.go#L251: uncommon() *uncommonType
type.go#L309: type uncommonType = abi.UncommonType
type.go#L2269: u uncommonType
type.go#L2540: var ut *uncommonType
type.go#L2554: {Name: "U", Type: TypeOf(uncommonType{})},
type.go#L2559: ut = (*uncommonType)(tt.Elem().Field(1).Addr().UnsafePointer())
type.go#L2569: ut.Moff = uint32(unsafe.Sizeof(uncommonType{}))
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |